home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2011 January / SAN CD 1-2011 CD-ROM 68.iso / pc / issueMedia / Software / AviStack2 / IDL70 / help / license_help / document.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-11-08  |  401 b   |  29 lines

  1. /* Default style for links */
  2. a:active  { color: #0000CC}
  3. a:hover   { color: #CC0033}
  4. a:link    { color: #3366CC}
  5. a:visited { color: #9999CC}
  6.  
  7. /* Default style */
  8. body
  9. {
  10.   background-color: #FFFFFF;
  11. }
  12.  
  13. /* Use this style for footnote numbers */
  14. sup.Footnote
  15. {
  16. }
  17.  
  18. td
  19. {
  20.   font-family: Arial, Verdana, Helvetica, sans-serif;
  21.   font-size: small;
  22. }
  23.  
  24. td.toc
  25. {
  26.   padding: 10px;
  27. }
  28.  
  29.